IsValueCreated Property

Task Parallel System.Threading

Gets whether Value is initialized on the current thread.

Namespace:  System.Threading
Assembly:  System.Threading (in System.Threading.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsValueCreated As Boolean
C#
public bool IsValueCreated { get; }

Exceptions

ExceptionCondition
System..::.ObjectDisposedException The ThreadLocal<(Of <(T>)>) instance has been disposed.

See Also